align text in block like in word css

48

p {
  text-align: justify;
}

p:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 100%;
}

Comments

Submit
0 Comments